home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
ZIPPED
/
DOS
/
EDITORS
/
E4V151.ZIP
/
TEMPLATE.C
< prev
Wrap
C/C++ Source or Header
|
1993-02-26
|
171b
|
16 lines
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/* Prototypes */
/* End of Prototypes */
int main(int argc, char * argv[])
{
return 0;
}